/* Copyright Sophos Group 2009. All rights reserved. */

/* This file is used by the topic pages of the DITA HelpBook build.
------------------------------------------------------------------------------*/

body {
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #fff;
	color: #464646;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 18px;
	min-width: 360px;
	text-align: left;
}

/* Navigation bar */
#navbox {
	background-color: #f2f2f2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	float: left;
	padding-top: 2px;
	border-bottom: 1px solid #bfbfbf
}

#navleftbox {
	float: left;
	position: relative;
	top: -1px;
	font-size: 10pt;
	line-height: 18px;
	padding-left: 18px;
}

#navrightbox {
	float: right;
	position: relative;
	top: -1px;
	font-size: 10pt;
	line-height: 18px;
	padding-right: 24px;
}

.navlink_left, .navlink_right   {
	font-size: 8pt;
	color: #333;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #FFFFFF 0px 1px 0;
}

#headerbox {
	margin-top: 21px;
	margin-right: -15px;
	margin-bottom: 15px;
	margin-left: -15px;
    background: url(images/plain_banner.png) repeat-x;
	padding-left: 18px;
}

#iconbox {
	margin-right: 10px;
	margin-top: -6px;
	float: left;
}

/* Taskbox*/
#taskbox {
	clear: both;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.border_top {
    height:15px;
    background: url(images/border_top.gif) repeat-x;
}
.border_topleft {
    width:21px;
    height:15px;
    float:left;
    background: url(images/border_topleft.gif) no-repeat;
}
.border_topright {
    width:17px;
    height:15px;
    float:right;
    background: url(images/border_topright.gif) no-repeat;
}
.border_left {
    height:100%;
    background: url(images/border_left.gif) repeat-y;
}
.border_right {
    background: url(images/border_right.gif) repeat-y 100% 0;
}
.content {
	margin-top: -15px; /* Modify this value to 0 if you use <h2> for stub text */
	margin-bottom: -16px; /* Modify this value to -12px if you use <h2> for stub text */
    margin-left:20px;
    margin-right:20px;
    background-color:white;
}
.border_bottom {
    height:23px;
    background: url(images/border_bottom.gif) repeat-x;
}
.border_bottomleft {
    width:21px;
    height:23px;
    float:left;
    background: url(images/border_bottomleft.gif) no-repeat;
}
.border_bottomright {
    width:17px;
    height:23px;
    float:right;
    background: url(images/border_bottomright.gif) no-repeat;
}

h1 {
	font-size: 13pt;
	line-height: 13pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	text-shadow: #FFFFFF 0px 1px 0;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #666;
	margin-top: 30px;
	margin-bottom: 14px;
}

p, .section, body > div > div, ul > li > p {
	font-size: 9pt;
	line-height: 12pt;
	text-decoration: none;
	margin-left: 0;
}

.section, body > div > div {
	margin-top: 0;
	margin-bottom: 10px;
}

p, ul > li > p {
	margin-top: 10px;
	margin-bottom: 10px;
}

li > p {
	margin-left: -38px;
	margin-bottom: -10px
	}

ol > li > p {
	margin-left: 0;
	margin-bottom: 10px
	}

a {
	color: #0095D8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin-top: 15px;
	margin-left: -16px;
	list-style-position: outside;
}

ol { list-style-type: decimal }

ul { list-style-type: none }

li > ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

td > ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	font-size: 9pt;
	line-height: 12pt;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

ul > li { /* list items with square bullets */
	background-image: url(images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;  /* image position from left and top */
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 16px;
	margin-left: -24px;
}

li > ul > li { /* list items with square bullets within numbered lists */
	margin-left: -24px;
	margin-top: 0;
	margin-bottom: 8px;
}

table { margin-top: 20px }

kbd { font-size: larger }

img { margin-top: 0 }

span.note {
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #3366CC;
	text-transform: uppercase;
}

div.note { margin-top: 10px }

.highlight { background: #FFFFA0; }
